projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08e7f0
)
Drop unused static function
author
Tor Lillqvist
<tml@iki.fi>
Sat, 6 Nov 2010 11:13:10 +0000
(13:13 +0200)
committer
Tor Lillqvist
<tml@iki.fi>
Sat, 6 Nov 2010 11:13:10 +0000
(13:13 +0200)
gdk/win32/gdkcursor-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkcursor-win32.c
b/gdk/win32/gdkcursor-win32.c
index 6c10945f99451508fb79405c11e370aca4d9bce1..3053b917c0cb97a0a628ce56d52084ad49ca17c2 100644
(file)
--- a/
gdk/win32/gdkcursor-win32.c
+++ b/
gdk/win32/gdkcursor-win32.c
@@
-170,14
+170,6
@@
gdk_cursor_new_for_display (GdkDisplay *display,
return cursor_new_from_hcursor (hcursor, cursor_type);
}
-static gboolean
-color_is_white (const GdkColor *color)
-{
- return (color->red == 0xFFFF
- && color->green == 0xFFFF
- && color->blue == 0xFFFF);
-}
-
/* FIXME: The named cursors below are presumably not really useful, as
* the names are Win32-specific. No GTK+ application developed on Unix
* (and most cross-platform GTK+ apps are developed on Unix) is going